home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-12-15 | 602 b | 19 lines |
- # MiscDragViews Makefile.preamble
- # basically lifted from MiscClockView which was
- # basically lifted from a mini-example (TTools, I would guess)
- # this is 3.1 specific, and will enable the building of FAT palletes!
-
- OTHER_PRODUCT_DEPENDS = libMiscDragViews.a
-
- LIBOFILES =MiscViews.subproj/MiscIconWell.o \
- MiscViews.subproj/MiscImageDragView.o \
- MiscViews.subproj/MiscDragView.o \
- MiscViews.subproj/MiscDragView-Delegate.o \
- MiscViews.subproj/MiscDragView-BackwardCompat.o
-
- OTHER_GARBAGE = libMiscDragViews.a
-
- OTHER_CFLAGS = -IMiscViews.subproj
-
- INSTALLDIR = /LocalDeveloper/Palettes
-